home *** CD-ROM | disk | FTP | other *** search
- #include "QuickTimeConferencing.h"
-
- #define kAppleTalkUserNameID -16096
-
- #define kSplashDialogID (1128)
- #define kErrorAlertID (1130)
- #define kAboutBoxID (1129)
-
- #define kErrorStringType 'erst'
- #define kGenericError 1128
-
- #define kOKItem (1)
-
- #define kTimeToQuit (127)
-
- void DoAboutBox( void );
- void GetUserName( Str63 userName );
- DialogPtr OpenSplashScreen( void );
- Boolean DisplayErrorAlert( ComponentResult result );
- void PToCString( Str63 name, MTCString63 cName);
-